internal/runtime/maps.Iter.group (field)

18 uses

	internal/runtime/maps (current package)
		table.go#L642: 	group groupReference
		table.go#L671: 	it.group = groupSmall
		table.go#L729: 	it.group = groupReference{}
		table.go#L762: 			elem := it.group.elem(it.typ, slotIdx)
		table.go#L801: 			if (it.group.ctrls().get(k) & ctrlEmpty) == ctrlEmpty {
		table.go#L806: 			key := it.group.key(it.typ, k)
		table.go#L823: 						elem = it.group.elem(it.typ, k)
		table.go#L835: 				elem = it.group.elem(it.typ, k)
		table.go#L937: 		if slotIdx == 0 || it.group.data == nil {
		table.go#L943: 			it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L946: 		if (it.group.ctrls().get(slotIdx) & ctrlEmpty) == 0 {
		table.go#L949: 			key := it.group.key(it.typ, slotIdx)
		table.go#L968: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L1005: 			if slotIdx == 0 || it.group.data == nil {
		table.go#L1011: 				it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L1015: 				groupMatch = it.group.ctrls().matchFull()
		table.go#L1042: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1083: 				elem = it.group.elem(it.typ, slotIdx)